Jelajahi Sumber

* renamed typedef for HINSTANCE, removed typedef for HMODULE

git-svn-id: trunk@1055 -
armin 20 tahun lalu
induk
melakukan
2a44e11e46
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      rtl/netwlibc/libc.pp

+ 4 - 4
rtl/netwlibc/libc.pp

@@ -9125,13 +9125,13 @@ type
    BOOL = longint;
    BOOL = longint;
 
 
    PHMODULE = ^HMODULE;
    PHMODULE = ^HMODULE;
-   HMODULE = void;
+   //HMODULE = void;
 
 
    PLPCTSTR = ^LPCTSTR;
    PLPCTSTR = ^LPCTSTR;
    LPCTSTR = char;
    LPCTSTR = char;
 
 
-   PHINSTANCE = ^HINSTANCE;
-   HINSTANCE = void;
+   _PHINSTANCE = ^_HINSTANCE;
+   _HINSTANCE = void;
 { Win32 DLL solutions for dynamic NLM libraries on NetWare...  }
 { Win32 DLL solutions for dynamic NLM libraries on NetWare...  }
 
 
 function GetLastError:dword;cdecl;external libc_nlm name 'GetLastError';
 function GetLastError:dword;cdecl;external libc_nlm name 'GetLastError';
@@ -9143,7 +9143,7 @@ function LoadLibrary(lpFileName:LPCTSTR):HMODULE;cdecl;external libc_nlm name 'L
 ** This is not an interface, but only a prototype for code furnished by the
 ** This is not an interface, but only a prototype for code furnished by the
 ** NLM library.
 ** NLM library.
  }
  }
-function DllMain(hinstDLL:HINSTANCE; fdwReason:dword; lpvReserve:LPVOID):BOOL;cdecl;external libc_nlm name 'DllMain';
+function DllMain(hinstDLL:_HINSTANCE; fdwReason:dword; lpvReserve:LPVOID):BOOL;cdecl;external libc_nlm name 'DllMain';
 
 
 
 
 // xmalloc.h
 // xmalloc.h