mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
defined SM_CMONITORS (80)
svn path=/trunk/; revision=11186
This commit is contained in:
parent
1736e3772b
commit
7e15de6d4a
1 changed files with 10 additions and 9 deletions
|
@ -13,7 +13,7 @@
|
|||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
|
@ -21,10 +21,10 @@
|
|||
|
||||
If you are interested in a warranty or support for this source code,
|
||||
contact Scott Christley <scottc@net-community.com> for more information.
|
||||
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; see the file COPYING.LIB.
|
||||
If not, write to the Free Software Foundation,
|
||||
If not, write to the Free Software Foundation,
|
||||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
/* WARNING: This file is automatically generated. */
|
||||
|
@ -1417,7 +1417,7 @@ extern "C" {
|
|||
#define CP_THREAD_ACP 3 /* ACP Current thread's ANSI code page */
|
||||
#define CP_SYMBOL 42 /* Symbol code page (42) */
|
||||
#define CP_UTF7 65000 /* Translate using UTF-7 */
|
||||
#define CP_UTF8 65001 /* Translate using UTF-8 */
|
||||
#define CP_UTF8 65001 /* Translate using UTF-8 */
|
||||
|
||||
/* GetDateFormat */
|
||||
#define DATE_SHORTDATE (1)
|
||||
|
@ -1879,6 +1879,7 @@ extern "C" {
|
|||
#define SM_SHOWSOUNDS (70)
|
||||
#define SM_SLOWMACHINE (73)
|
||||
#define SM_SWAPBUTTON (23)
|
||||
#define SM_CMONITORS (80)
|
||||
#define ARW_BOTTOMLEFT (0L)
|
||||
#define ARW_BOTTOMRIGHT (0x1L)
|
||||
#define ARW_HIDE (0x8L)
|
||||
|
@ -3069,7 +3070,7 @@ extern "C" {
|
|||
#define STARTF_USESIZE (2)
|
||||
#define STARTF_USECOUNTCHARS (8)
|
||||
#define STARTF_USEFILLATTRIBUTE (16)
|
||||
#define STARTF_RUNFULLSCREEN (32)
|
||||
#define STARTF_RUNFULLSCREEN (32)
|
||||
#define STARTF_FORCEONFEEDBACK (64)
|
||||
#define STARTF_FORCEOFFFEEDBACK (128)
|
||||
#define STARTF_USESTDHANDLES (256)
|
||||
|
@ -5034,10 +5035,10 @@ DECLARE_HANDLE(HANDLE);
|
|||
|
||||
/* Values for contextflags */
|
||||
#define CONTEXT_i386 0x10000
|
||||
#define CONTEXT_CONTROL (CONTEXT_i386 | 1)
|
||||
#define CONTEXT_INTEGER (CONTEXT_i386 | 2)
|
||||
#define CONTEXT_SEGMENTS (CONTEXT_i386 | 4)
|
||||
#define CONTEXT_FLOATING_POINT (CONTEXT_i386 | 8)
|
||||
#define CONTEXT_CONTROL (CONTEXT_i386 | 1)
|
||||
#define CONTEXT_INTEGER (CONTEXT_i386 | 2)
|
||||
#define CONTEXT_SEGMENTS (CONTEXT_i386 | 4)
|
||||
#define CONTEXT_FLOATING_POINT (CONTEXT_i386 | 8)
|
||||
#define CONTEXT_DEBUG_REGISTERS (CONTEXT_i386 | 0x10)
|
||||
#define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_SEGMENTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue