Diff for /np2/win9x/win32sub.h between versions 1.3 and 1.6

version 1.3, 2007/01/08 07:52:01 version 1.6, 2007/10/26 14:38:34
Line 33 Line 33
 #endif  #endif
 #endif  #endif
   
   #define LOADSTRING                      LoadString
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
 #endif  #endif
   
 void __msgbox(const char *title, const char *msg);  void __msgbox(const char *title, const char *msg);
   int loadstringresource(HINSTANCE hInstance, UINT uID,
                                                                                   LPTSTR lpBuffer, int nBufferMax);
   TCHAR *lockstringresource(HINSTANCE hInstance, LPCTSTR pszString);
   void unlockstringresource(TCHAR *pszString);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.3  
changed lines
  Added in v.1.6


RetroPC.NET-CVS <cvs@retropc.net>