Imported bzip2 modified to build a decompression only dll for use by the ramdisk...
[reactos.git] / reactos / drivers / lib / bzip2 / dllmain.c
1
2 int _stdcall DllMain( unsigned long a, unsigned long b, unsigned long c )
3 {
4 return 1;
5 }
6
7 void bz_internal_error ( int errcode )
8 {
9 return;
10 }