Changeset 304:4e8e11ccfa60
- Timestamp:
- 08/30/08 07:59:13
(3 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- branch:
- default
- Message:
Resouce manifest to ID 1
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r188 |
r304 |
|
| 1 | 1 | |
|---|
| 2 | | 2 24 "dwt.exe.manifest" |
|---|
| | 2 | 1 24 "dwt.exe.manifest" |
|---|
| 3 | 3 | |
|---|
| r291 |
r304 |
|
| 223 | 223 | public static const int ACTCTX_FLAG_APPLICATION_NAME_VALID = 0x00000020; |
|---|
| 224 | 224 | public static const int ACTCTX_FLAG_OVERRIDEMANIFEST_VALID = 0x00000100; |
|---|
| 225 | | public static const TCHAR* MANIFEST_RESOURCE_ID = cast(TCHAR*)2; |
|---|
| | 225 | public static const TCHAR* MANIFEST_RESOURCE_ID = cast(TCHAR*)1; |
|---|
| 226 | 226 | public static const int SM_DBCSENABLED = 0x2A; |
|---|
| 227 | 227 | public static const int SM_IMMENABLED = 0x52; |
|---|
| … | … | |
| 314 | 314 | /* Load the manifest to force the XP Theme */ |
|---|
| 315 | 315 | if (!OS.IsWinCE && OS.WIN32_VERSION >= OS.VERSION (5, 1)) { |
|---|
| 316 | | enableVisualStyles(); |
|---|
| | 316 | //enableVisualStyles(); |
|---|
| 317 | 317 | } |
|---|
| 318 | 318 | |
|---|