windows fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10272 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-02-27 18:12:18 +00:00
commit 2e342337c0

View file

@ -3,6 +3,8 @@ namespace SwigExamples {
# if defined(_WIN32) || defined(__WIN32__)
#include <windows.h>
class CriticalSection {
public:
CriticalSection() {