Commit 49a06a24 authored by Dimi Paun's avatar Dimi Paun Committed by Alexandre Julliard

Add definitions for IDTRYAGAIN and IDCONTINUE.

parent 632ee62a
...@@ -1273,6 +1273,8 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*); ...@@ -1273,6 +1273,8 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
#define IDNO 7 #define IDNO 7
#define IDCLOSE 8 #define IDCLOSE 8
#define IDHELP 9 #define IDHELP 9
#define IDTRYAGAIN 10
#define IDCONTINUE 11
/****** Window classes ******/ /****** Window classes ******/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment