Fix enum typedef.

git-svn-id: svn://10.0.0.236/branches/NORMANDY_BRANCH@2096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tao
1998-05-21 03:06:13 +00:00
parent 9d3d667b9d
commit 945f58c261

View File

@@ -42,10 +42,10 @@ XP_BEGIN_PROTOS
typedef void * pw_ptr;
typedef enum PW_WindowType {
typedef enum _PW_WindowType {
pwApplicationModal,
pwStandard
};
} PW_WindowType;
typedef void(*PW_CancelCallback) (void * closure);