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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user