Author: mlytwyn
Date: Thu May 19 19:03:41 2016
New Revision: 39793

URL: http://svn.gna.org/viewcvs/gnustep?rev=39793&view=rev
Log:
Add version check in debug for Shell32.dll - oops checkin last time

Modified:
    
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm

Modified: 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm?rev=39793&r1=39792&r2=39793&view=diff
==============================================================================
--- 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm
   (original)
+++ 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm
   Thu May 19 19:03:41 2016
@@ -191,12 +191,12 @@
             gShell32DllVersion.dwBuildNumber,
             gShell32DllVersion.dwPlatformID);
     }
-#endif
 
     // cleanup...
     FreeLibrary(hShell32Dll);
   }
-  
+#endif
+
   // Register the windows notify message we want...
   gNotifyMsg = RegisterWindowMessage(NOTIFY_MESSAGE_NAME);
   if (gNotifyMsg == 0)


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to