Changeset 21974 for trunk/include/os2wrap2.h
- Timestamp:
- Feb 21, 2012, 8:52:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2wrap2.h
r21970 r21974 9 9 #ifndef __OS2WRAP2_H__ 10 10 #define __OS2WRAP2_H__ 11 12 #define OS2_WRAP_INCLUDED 11 13 12 14 #ifdef WINVER … … 1616 1618 #define os2_WM_ERROR 0x005d 1617 1619 #define os2_WM_REALIZEPALETTE 0x005e 1620 #define os2_SC_SIZE 0x8000 1621 #define os2_SC_MOVE 0x8001 1622 #define os2_SC_MINIMIZE 0x8002 1623 #define os2_SC_MAXIMIZE 0x8003 1624 #define os2_SC_CLOSE 0x8004 1625 #define os2_SC_NEXT 0x8005 1626 #define os2_SC_APPMENU 0x8006 1627 #define os2_SC_SYSMENU 0x8007 1628 #define os2_SC_RESTORE 0x8008 1629 #define os2_SC_NEXTFRAME 0x8009 1630 #define os2_SC_NEXTWINDOW 0x8010 1631 #define os2_SC_TASKMANAGER 0x8011 1632 #define os2_SC_HELPKEYS 0x8012 1633 #define os2_SC_HELPINDEX 0x8013 1634 #define os2_SC_HELPEXTENDED 0x8014 1635 #define os2_SC_SWITCHPANELIDS 0x8015 1636 #define os2_SC_DBE_FIRST 0x8018 1637 #define os2_SC_DBE_LAST 0x801f 1638 #define os2_SC_BEGINDRAG 0x8020 1639 #define os2_SC_ENDDRAG 0x8021 1640 #define os2_SC_SELECT 0x8022 1641 #define os2_SC_OPEN 0x8023 1642 #define os2_SC_CONTEXTMENU 0x8024 1643 #define os2_SC_CONTEXTHELP 0x8025 1644 #define os2_SC_TEXTEDIT 0x8026 1645 #define os2_SC_BEGINSELECT 0x8027 1646 #define os2_SC_ENDSELECT 0x8028 1647 #define os2_SC_WINDOW 0x8029 1648 #define os2_SC_HIDE 0x802a 1618 1649 #define HSAVEWP os2_HSAVEWP 1619 1650 #define _QVERSDATA os2__QVERSDATA … … 1644 1675 #define os2_BM_SETCHECK 0x0125 1645 1676 #define os2_BM_SETDEFAULT 0x0126 1677 #define os2_BN_CLICKED 1 1678 #define os2_BN_DBLCLICKED 2 1679 #define os2_BN_PAINT 3 1680 #define os2_BS_PUSHBUTTON 0x0000 1681 #define os2_BS_CHECKBOX 0x0001 1682 #define os2_BS_AUTOCHECKBOX 0x0002 1683 #define os2_BS_RADIOBUTTON 0x0003 1684 #define os2_BS_AUTORADIOBUTTON 0x0004 1685 #define os2_BS_3STATE 0x0005 1686 #define os2_BS_AUTO3STATE 0x0006 1687 #define os2_BS_USERBUTTON 0x0007 1688 #define os2_BS_NOTEBOOKBUTTON 0x0008 1689 #define os2_BS_PRIMARYSTYLES 0x000f 1690 #define os2_BS_TEXT 0x0010 1691 #define os2_BS_MINIICON 0x0020 1692 #define os2_BS_BITMAP 0x0040 1693 #define os2_BS_ICON 0x0080 1694 #define os2_BS_HELP 0x0100 1695 #define os2_BS_SYSCOMMAND 0x0200 1696 #define os2_BS_DEFAULT 0x0400 1697 #define os2_BS_NOPOINTERFOCUS 0x0800 1698 #define os2_BS_NOBORDER 0x1000 1699 #define os2_BS_NOCURSORSELECT 0x2000 1700 #define os2_BS_AUTOSIZE 0x4000 1646 1701 #define _BTNCDATA os2__BTNCDATA 1647 1702 #define BTNCDATA os2_BTNCDATA … … 1658 1713 #define os2_WM_VSCROLLCLIPBOARD 0x0066 1659 1714 #define os2_WM_DRAWCLIPBOARD 0x0067 1715 #define os2_CF_TEXT 1 1716 #define os2_CF_BITMAP 2 1717 #define os2_CF_DSPTEXT 3 1718 #define os2_CF_DSPBITMAP 4 1719 #define os2_CF_METAFILE 5 1720 #define os2_CF_DSPMETAFILE 6 1721 #define os2_CF_PALETTE 9 1722 #define os2_CF_MMPMFIRST 10 1723 #define os2_CF_MMPMLAST 19 1660 1724 #define _CPTEXT os2__CPTEXT 1661 1725 #define CPTEXT os2_CPTEXT … … 1676 1740 #define os2_WM_DDE_INITIATEACK 0x00a9 1677 1741 #define os2_WM_DDE_LAST 0x00af 1742 #define os2_DDE_FACK 0x0001 1743 #define os2_DDE_FBUSY 0x0002 1744 #define os2_DDE_FNODATA 0x0004 1745 #define os2_DDE_FACKREQ 0x0008 1746 #define os2_DDE_FRESPONSE 0x0010 1747 #define os2_DDE_NOTPROCESSED 0x0020 1748 #define os2_DDE_FRESERVED 0x00c0 1749 #define os2_DDE_FAPPSTATUS 0xff00 1750 #define os2_SZDDESYS_TOPIC "System" 1751 #define os2_SZDDESYS_ITEM_TOPICS "Topics" 1752 #define os2_SZDDESYS_ITEM_SYSITEMS "SysItems" 1753 #define os2_SZDDESYS_ITEM_RTNMSG "ReturnMessage" 1754 #define os2_SZDDESYS_ITEM_STATUS "Status" 1755 #define os2_SZDDESYS_ITEM_FORMATS "Formats" 1756 #define os2_SZDDESYS_ITEM_SECURITY "Security" 1757 #define os2_SZDDESYS_ITEM_ITEMFORMATS "ItemFormats" 1758 #define os2_SZDDESYS_ITEM_HELP "Help" 1759 #define os2_SZDDESYS_ITEM_PROTOCOLS "Protocols" 1760 #define os2_SZDDESYS_ITEM_RESTART "Restart" 1678 1761 #define _CONVCONTEXT os2__CONVCONTEXT 1679 1762 #define CONVCONTEXT os2_CONVCONTEXT … … 1732 1815 #define MB2INFO os2_MB2INFO 1733 1816 #define PMB2INFO os2_PMB2INFO 1817 #define os2_DLGC_ENTRYFIELD 0x0001 1818 #define os2_DLGC_BUTTON 0x0002 1819 #define os2_DLGC_RADIOBUTTON 0x0004 1820 #define os2_DLGC_STATIC 0x0008 1821 #define os2_DLGC_DEFAULT 0x0010 1822 #define os2_DLGC_PUSHBUTTON 0x0020 1823 #define os2_DLGC_CHECKBOX 0x0040 1824 #define os2_DLGC_SCROLLBAR 0x0080 1825 #define os2_DLGC_MENU 0x0100 1826 #define os2_DLGC_TABONCLICK 0x0200 1827 #define os2_DLGC_MLE 0x0400 1734 1828 #define _DLGTITEM os2__DLGTITEM 1735 1829 #define DLGTITEM os2_DLGTITEM … … 1738 1832 #define DLGTEMPLATE os2_DLGTEMPLATE 1739 1833 #define PDLGTEMPLATE os2_PDLGTEMPLATE 1834 #define os2_CBS_SIMPLE 0x0001 1835 #define os2_CBS_DROPDOWN 0x0002 1836 #define os2_CBS_DROPDOWNLIST 0x0004 1837 #define os2_CBS_COMPATIBLE 0x0008 1838 #define os2_EM_QUERYCHANGED 0x0140 1839 #define os2_EM_QUERYSEL 0x0141 1840 #define os2_EM_SETSEL 0x0142 1841 #define os2_EM_SETTEXTLIMIT 0x0143 1842 #define os2_EM_CUT 0x0144 1843 #define os2_EM_COPY 0x0145 1844 #define os2_EM_CLEAR 0x0146 1845 #define os2_EM_PASTE 0x0147 1846 #define os2_EM_QUERYFIRSTCHAR 0x0148 1847 #define os2_EM_SETFIRSTCHAR 0x0149 1848 #define os2_EM_QUERYREADONLY 0x014a 1849 #define os2_EM_SETREADONLY 0x014b 1850 #define os2_EM_SETINSERTMODE 0x014c 1851 #define os2_EN_SETFOCUS 0x0001 1852 #define os2_EN_KILLFOCUS 0x0002 1853 #define os2_EN_CHANGE 0x0004 1854 #define os2_EN_SCROLL 0x0008 1855 #define os2_EN_MEMERROR 0x0010 1856 #define os2_EN_OVERFLOW 0x0020 1857 #define os2_EN_INSERTMODETOGGLE 0x0040 1858 #define os2_ES_LEFT 0x0000 1859 #define os2_ES_CENTER 0x0001 1860 #define os2_ES_RIGHT 0x0002 1861 #define os2_ES_AUTOSCROLL 0x0004 1862 #define os2_ES_MARGIN 0x0008 1863 #define os2_ES_AUTOTAB 0x0010 1864 #define os2_ES_READONLY 0x0020 1865 #define os2_ES_COMMAND 0x0040 1866 #define os2_ES_UNREADABLE 0x0080 1867 #define os2_ES_AUTOSIZE 0x0200 1868 #define os2_ES_ANY 0x0000 1869 #define os2_ES_SBCS 0x1000 1870 #define os2_ES_DBCS 0x2000 1871 #define os2_ES_MIXED 0x3000 1740 1872 #define _COMBOCDATA os2__COMBOCDATA 1741 1873 #define COMBOCDATA os2_COMBOCDATA … … 1747 1879 #define ERRINFO os2_ERRINFO 1748 1880 #define PERRINFO os2_PERRINFO 1881 #define os2_MSGF_DIALOGBOX 1 1882 #define os2_MSGF_MESSAGEBOX 2 1883 #define os2_MSGF_DDEPOSTMSG 3 1884 #define os2_MSGF_TRACK 8 1749 1885 #define _SMHSTRUCT os2__SMHSTRUCT 1750 1886 #define SMHSTRUCT os2_SMHSTRUCT … … 1800 1936 #define os2_WM_BIDI_FIRST 0x0bd0 1801 1937 #define os2_WM_BIDI_LAST 0x0bff 1938 #define os2_VK_BUTTON1 0x0001 1939 #define os2_VK_BUTTON2 0x0002 1940 #define os2_VK_BUTTON3 0x0003 1941 #define os2_VK_BREAK 0x0004 1942 #define os2_VK_BACKSPACE 0x0005 1943 #define os2_VK_TAB 0x0006 1944 #define os2_VK_BACKTAB 0x0007 1945 #define os2_VK_NEWLINE 0x0008 1946 #define os2_VK_SHIFT 0x0009 1947 #define os2_VK_CTRL 0x000a 1948 #define os2_VK_ALT 0x000b 1949 #define os2_VK_ALTGRAF 0x000c 1950 #define os2_VK_PAUSE 0x000d 1951 #define os2_VK_CAPSLOCK 0x000e 1952 #define os2_VK_ESC 0x000f 1953 #define os2_VK_SPACE 0x0010 1954 #define os2_VK_PAGEUP 0x0011 1955 #define os2_VK_PAGEDOWN 0x0012 1956 #define os2_VK_END 0x0013 1957 #define os2_VK_HOME 0x0014 1958 #define os2_VK_LEFT 0x0015 1959 #define os2_VK_UP 0x0016 1960 #define os2_VK_RIGHT 0x0017 1961 #define os2_VK_DOWN 0x0018 1962 #define os2_VK_PRINTSCRN 0x0019 1963 #define os2_VK_INSERT 0x001a 1964 #define os2_VK_DELETE 0x001b 1965 #define os2_VK_SCRLLOCK 0x001c 1966 #define os2_VK_NUMLOCK 0x001d 1967 #define os2_VK_ENTER 0x001e 1968 #define os2_VK_SYSRQ 0x001f 1969 #define os2_VK_F1 0x0020 1970 #define os2_VK_F2 0x0021 1971 #define os2_VK_F3 0x0022 1972 #define os2_VK_F4 0x0023 1973 #define os2_VK_F5 0x0024 1974 #define os2_VK_F6 0x0025 1975 #define os2_VK_F7 0x0026 1976 #define os2_VK_F8 0x0027 1977 #define os2_VK_F9 0x0028 1978 #define os2_VK_F10 0x0029 1979 #define os2_VK_F11 0x002a 1980 #define os2_VK_F12 0x002b 1981 #define os2_VK_F13 0x002c 1982 #define os2_VK_F14 0x002d 1983 #define os2_VK_F15 0x002e 1984 #define os2_VK_F16 0x002f 1985 #define os2_VK_F17 0x0030 1986 #define os2_VK_F18 0x0031 1987 #define os2_VK_F19 0x0032 1988 #define os2_VK_F20 0x0033 1989 #define os2_VK_F21 0x0034 1990 #define os2_VK_F22 0x0035 1991 #define os2_VK_F23 0x0036 1992 #define os2_VK_F24 0x0037 1993 #define os2_VK_ENDDRAG 0x0038 1994 #define os2_VK_CLEAR 0x0039 1995 #define os2_VK_EREOF 0x003a 1996 #define os2_VK_PA1 0x003b 1997 #define os2_VK_ATTN 0x003c 1998 #define os2_VK_CRSEL 0x003d 1999 #define os2_VK_EXSEL 0x003e 2000 #define os2_VK_COPY 0x003f 2001 #define os2_VK_BLK1 0x0040 2002 #define os2_VK_BLK2 0x0041 2003 #define os2_VK_MENU os2_VK_F10 2004 #define os2_VK_DBCSFIRST 0x0080 2005 #define os2_VK_DBCSLAST 0x00ff 2006 #define os2_VK_BIDI_FIRST 0x00e0 2007 #define os2_VK_BIDI_LAST 0x00ff 2008 #define os2_VK_USERFIRST 0x0100 2009 #define os2_VK_USERLAST 0x01ff 1802 2010 #define _CHARMSG os2__CHARMSG 1803 2011 #define CHRMSG os2_CHRMSG … … 1885 2093 #define POINTERINFO os2_POINTERINFO 1886 2094 #define PPOINTERINFO os2_PPOINTERINFO 2095 #define os2_SB_LINEUP 1 2096 #define os2_SB_LINEDOWN 2 2097 #define os2_SB_LINELEFT 1 2098 #define os2_SB_LINERIGHT 2 2099 #define os2_SB_PAGEUP 3 2100 #define os2_SB_PAGEDOWN 4 2101 #define os2_SB_PAGELEFT 3 2102 #define os2_SB_PAGERIGHT 4 2103 #define os2_SB_SLIDERTRACK 5 2104 #define os2_SB_SLIDERPOSITION 6 2105 #define os2_SB_ENDSCROLL 7 2106 #define os2_SBM_SETSCROLLBAR 0x01a0 2107 #define os2_SBM_SETPOS 0x01a1 2108 #define os2_SBM_QUERYPOS 0x01a2 2109 #define os2_SBM_QUERYRANGE 0x01a3 2110 #define os2_SBM_SETTHUMBSIZE 0x01a6 2111 #define os2_SBS_HORZ 0 2112 #define os2_SBS_VERT 1 2113 #define os2_SBS_THUMBSIZE 2 2114 #define os2_SBS_AUTOTRACK 4 2115 #define os2_SBS_AUTOSIZE 0x2000 1887 2116 #define _SBCDATA os2__SBCDATA 1888 2117 #define SBCDATA os2_SBCDATA 1889 2118 #define PSBCDATA os2_PSBCDATA 2119 #define os2_SS_TEXT 0x0001 2120 #define os2_SS_GROUPBOX 0x0002 2121 #define os2_SS_ICON 0x0003 2122 #define os2_SS_BITMAP 0x0004 2123 #define os2_SS_FGNDRECT 0x0005 2124 #define os2_SS_HALFTONERECT 0x0006 2125 #define os2_SS_BKGNDRECT 0x0007 2126 #define os2_SS_FGNDFRAME 0x0008 2127 #define os2_SS_HALFTONEFRAME 0x0009 2128 #define os2_SS_BKGNDFRAME 0x000a 2129 #define os2_SS_SYSICON 0x000b 2130 #define os2_SS_AUTOSIZE 0x0040 1890 2131 #define os2_WM_MSGBOXINIT 0x010e 1891 2132 #define os2_WM_MSGBOXDISMISS 0x010f … … 2301 2542 #define os2_DM_DISCARDOBJECT 0x031f 2302 2543 #define os2_DM_DROPNOTIFY 0x031e 2544 #define os2_MSGF_DRAG 0x0010 2303 2545 #define HSTR os2_HSTR 2304 2546 #define _DRAGIMAGE os2__DRAGIMAGE … … 4212 4454 #undef WM_ERROR 4213 4455 #undef WM_REALIZEPALETTE 4456 #undef SC_SIZE 4457 #undef SC_MOVE 4458 #undef SC_MINIMIZE 4459 #undef SC_MAXIMIZE 4460 #undef SC_CLOSE 4461 #undef SC_NEXT 4462 #undef SC_APPMENU 4463 #undef SC_SYSMENU 4464 #undef SC_RESTORE 4465 #undef SC_NEXTFRAME 4466 #undef SC_NEXTWINDOW 4467 #undef SC_TASKMANAGER 4468 #undef SC_HELPKEYS 4469 #undef SC_HELPINDEX 4470 #undef SC_HELPEXTENDED 4471 #undef SC_SWITCHPANELIDS 4472 #undef SC_DBE_FIRST 4473 #undef SC_DBE_LAST 4474 #undef SC_BEGINDRAG 4475 #undef SC_ENDDRAG 4476 #undef SC_SELECT 4477 #undef SC_OPEN 4478 #undef SC_CONTEXTMENU 4479 #undef SC_CONTEXTHELP 4480 #undef SC_TEXTEDIT 4481 #undef SC_BEGINSELECT 4482 #undef SC_ENDSELECT 4483 #undef SC_WINDOW 4484 #undef SC_HIDE 4214 4485 #undef HSAVEWP 4215 4486 #undef _QVERSDATA … … 4240 4511 #undef BM_SETCHECK 4241 4512 #undef BM_SETDEFAULT 4513 #undef BN_CLICKED 4514 #undef BN_DBLCLICKED 4515 #undef BN_PAINT 4516 #undef BS_PUSHBUTTON 4517 #undef BS_CHECKBOX 4518 #undef BS_AUTOCHECKBOX 4519 #undef BS_RADIOBUTTON 4520 #undef BS_AUTORADIOBUTTON 4521 #undef BS_3STATE 4522 #undef BS_AUTO3STATE 4523 #undef BS_USERBUTTON 4524 #undef BS_NOTEBOOKBUTTON 4525 #undef BS_PRIMARYSTYLES 4526 #undef BS_TEXT 4527 #undef BS_MINIICON 4528 #undef BS_BITMAP 4529 #undef BS_ICON 4530 #undef BS_HELP 4531 #undef BS_SYSCOMMAND 4532 #undef BS_DEFAULT 4533 #undef BS_NOPOINTERFOCUS 4534 #undef BS_NOBORDER 4535 #undef BS_NOCURSORSELECT 4536 #undef BS_AUTOSIZE 4242 4537 #undef _BTNCDATA 4243 4538 #undef BTNCDATA … … 4254 4549 #undef WM_VSCROLLCLIPBOARD 4255 4550 #undef WM_DRAWCLIPBOARD 4551 #undef CF_TEXT 4552 #undef CF_BITMAP 4553 #undef CF_DSPTEXT 4554 #undef CF_DSPBITMAP 4555 #undef CF_METAFILE 4556 #undef CF_DSPMETAFILE 4557 #undef CF_PALETTE 4558 #undef CF_MMPMFIRST 4559 #undef CF_MMPMLAST 4256 4560 #undef _CPTEXT 4257 4561 #undef CPTEXT … … 4272 4576 #undef WM_DDE_INITIATEACK 4273 4577 #undef WM_DDE_LAST 4578 #undef DDE_FACK 4579 #undef DDE_FBUSY 4580 #undef DDE_FNODATA 4581 #undef DDE_FACKREQ 4582 #undef DDE_FRESPONSE 4583 #undef DDE_NOTPROCESSED 4584 #undef DDE_FRESERVED 4585 #undef DDE_FAPPSTATUS 4586 #undef SZDDESYS_TOPIC 4587 #undef SZDDESYS_ITEM_TOPICS 4588 #undef SZDDESYS_ITEM_SYSITEMS 4589 #undef SZDDESYS_ITEM_RTNMSG 4590 #undef SZDDESYS_ITEM_STATUS 4591 #undef SZDDESYS_ITEM_FORMATS 4592 #undef SZDDESYS_ITEM_SECURITY 4593 #undef SZDDESYS_ITEM_ITEMFORMATS 4594 #undef SZDDESYS_ITEM_HELP 4595 #undef SZDDESYS_ITEM_PROTOCOLS 4596 #undef SZDDESYS_ITEM_RESTART 4274 4597 #undef _CONVCONTEXT 4275 4598 #undef CONVCONTEXT … … 4337 4660 ((os2_ULONG)WinSendDlgItemMsg (hwndDlg, id, os2_BM_QUERYCHECK, \ 4338 4661 (os2_MPARAM)NULL, (os2_MPARAM)NULL)) 4662 #undef DLGC_ENTRYFIELD 4663 #undef DLGC_BUTTON 4664 #undef DLGC_RADIOBUTTON 4665 #undef DLGC_STATIC 4666 #undef DLGC_DEFAULT 4667 #undef DLGC_PUSHBUTTON 4668 #undef DLGC_CHECKBOX 4669 #undef DLGC_SCROLLBAR 4670 #undef DLGC_MENU 4671 #undef DLGC_TABONCLICK 4672 #undef DLGC_MLE 4339 4673 #undef _DLGTITEM 4340 4674 #undef DLGTITEM … … 4343 4677 #undef DLGTEMPLATE 4344 4678 #undef PDLGTEMPLATE 4679 #undef CBS_SIMPLE 4680 #undef CBS_DROPDOWN 4681 #undef CBS_DROPDOWNLIST 4682 #undef CBS_COMPATIBLE 4683 #undef EM_QUERYCHANGED 4684 #undef EM_QUERYSEL 4685 #undef EM_SETSEL 4686 #undef EM_SETTEXTLIMIT 4687 #undef EM_CUT 4688 #undef EM_COPY 4689 #undef EM_CLEAR 4690 #undef EM_PASTE 4691 #undef EM_QUERYFIRSTCHAR 4692 #undef EM_SETFIRSTCHAR 4693 #undef EM_QUERYREADONLY 4694 #undef EM_SETREADONLY 4695 #undef EM_SETINSERTMODE 4696 #undef EN_SETFOCUS 4697 #undef EN_KILLFOCUS 4698 #undef EN_CHANGE 4699 #undef EN_SCROLL 4700 #undef EN_MEMERROR 4701 #undef EN_OVERFLOW 4702 #undef EN_INSERTMODETOGGLE 4703 #undef ES_LEFT 4704 #undef ES_CENTER 4705 #undef ES_RIGHT 4706 #undef ES_AUTOSCROLL 4707 #undef ES_MARGIN 4708 #undef ES_AUTOTAB 4709 #undef ES_READONLY 4710 #undef ES_COMMAND 4711 #undef ES_UNREADABLE 4712 #undef ES_AUTOSIZE 4713 #undef ES_ANY 4714 #undef ES_SBCS 4715 #undef ES_DBCS 4716 #undef ES_MIXED 4345 4717 #undef _COMBOCDATA 4346 4718 #undef COMBOCDATA … … 4352 4724 #undef ERRINFO 4353 4725 #undef PERRINFO 4726 #undef MSGF_DIALOGBOX 4727 #undef MSGF_MESSAGEBOX 4728 #undef MSGF_DDEPOSTMSG 4729 #undef MSGF_TRACK 4354 4730 #undef _SMHSTRUCT 4355 4731 #undef SMHSTRUCT … … 4405 4781 #undef WM_BIDI_FIRST 4406 4782 #undef WM_BIDI_LAST 4783 #undef VK_BUTTON1 4784 #undef VK_BUTTON2 4785 #undef VK_BUTTON3 4786 #undef VK_BREAK 4787 #undef VK_BACKSPACE 4788 #undef VK_TAB 4789 #undef VK_BACKTAB 4790 #undef VK_NEWLINE 4791 #undef VK_SHIFT 4792 #undef VK_CTRL 4793 #undef VK_ALT 4794 #undef VK_ALTGRAF 4795 #undef VK_PAUSE 4796 #undef VK_CAPSLOCK 4797 #undef VK_ESC 4798 #undef VK_SPACE 4799 #undef VK_PAGEUP 4800 #undef VK_PAGEDOWN 4801 #undef VK_END 4802 #undef VK_HOME 4803 #undef VK_LEFT 4804 #undef VK_UP 4805 #undef VK_RIGHT 4806 #undef VK_DOWN 4807 #undef VK_PRINTSCRN 4808 #undef VK_INSERT 4809 #undef VK_DELETE 4810 #undef VK_SCRLLOCK 4811 #undef VK_NUMLOCK 4812 #undef VK_ENTER 4813 #undef VK_SYSRQ 4814 #undef VK_F1 4815 #undef VK_F2 4816 #undef VK_F3 4817 #undef VK_F4 4818 #undef VK_F5 4819 #undef VK_F6 4820 #undef VK_F7 4821 #undef VK_F8 4822 #undef VK_F9 4823 #undef VK_F10 4824 #undef VK_F11 4825 #undef VK_F12 4826 #undef VK_F13 4827 #undef VK_F14 4828 #undef VK_F15 4829 #undef VK_F16 4830 #undef VK_F17 4831 #undef VK_F18 4832 #undef VK_F19 4833 #undef VK_F20 4834 #undef VK_F21 4835 #undef VK_F22 4836 #undef VK_F23 4837 #undef VK_F24 4838 #undef VK_ENDDRAG 4839 #undef VK_CLEAR 4840 #undef VK_EREOF 4841 #undef VK_PA1 4842 #undef VK_ATTN 4843 #undef VK_CRSEL 4844 #undef VK_EXSEL 4845 #undef VK_COPY 4846 #undef VK_BLK1 4847 #undef VK_BLK2 4848 #undef VK_MENU 4849 #undef VK_DBCSFIRST 4850 #undef VK_DBCSLAST 4851 #undef VK_BIDI_FIRST 4852 #undef VK_BIDI_LAST 4853 #undef VK_USERFIRST 4854 #undef VK_USERLAST 4407 4855 #undef _CHARMSG 4408 4856 #undef CHRMSG … … 4547 4995 #undef POINTERINFO 4548 4996 #undef PPOINTERINFO 4997 #undef SB_LINEUP 4998 #undef SB_LINEDOWN 4999 #undef SB_LINELEFT 5000 #undef SB_LINERIGHT 5001 #undef SB_PAGEUP 5002 #undef SB_PAGEDOWN 5003 #undef SB_PAGELEFT 5004 #undef SB_PAGERIGHT 5005 #undef SB_SLIDERTRACK 5006 #undef SB_SLIDERPOSITION 5007 #undef SB_ENDSCROLL 5008 #undef SBM_SETSCROLLBAR 5009 #undef SBM_SETPOS 5010 #undef SBM_QUERYPOS 5011 #undef SBM_QUERYRANGE 5012 #undef SBM_SETTHUMBSIZE 5013 #undef SBS_HORZ 5014 #undef SBS_VERT 5015 #undef SBS_THUMBSIZE 5016 #undef SBS_AUTOTRACK 5017 #undef SBS_AUTOSIZE 4549 5018 #undef _SBCDATA 4550 5019 #undef SBCDATA 4551 5020 #undef PSBCDATA 5021 #undef SS_TEXT 5022 #undef SS_GROUPBOX 5023 #undef SS_ICON 5024 #undef SS_BITMAP 5025 #undef SS_FGNDRECT 5026 #undef SS_HALFTONERECT 5027 #undef SS_BKGNDRECT 5028 #undef SS_FGNDFRAME 5029 #undef SS_HALFTONEFRAME 5030 #undef SS_BKGNDFRAME 5031 #undef SS_SYSICON 5032 #undef SS_AUTOSIZE 4552 5033 #undef WM_MSGBOXINIT 4553 5034 #undef WM_MSGBOXDISMISS … … 4963 5444 #undef DM_DISCARDOBJECT 4964 5445 #undef DM_DROPNOTIFY 5446 #undef MSGF_DRAG 4965 5447 #undef HSTR 4966 5448 #undef _DRAGIMAGE
Note:
See TracChangeset
for help on using the changeset viewer.