OLD | NEW |
1 #include "afxres.h" | 1 #include "afxres.h" |
2 | 2 |
3 // Embedded type library. | 3 // Embedded type library. |
4 1 typelib "remoting/host/elevated_controller.tlb" | 4 1 typelib "remoting/host/elevated_controller.tlb" |
5 | 5 |
6 #include "elevated_controller_resource.h" | 6 #include "elevated_controller_resource.h" |
7 | 7 |
8 // English (U.S.) resources | 8 // English (U.S.) resources |
9 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | 9 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
10 #ifdef _WIN32 | 10 #ifdef _WIN32 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 VERTGUIDE, 116 | 60 VERTGUIDE, 116 |
61 VERTGUIDE, 203 | 61 VERTGUIDE, 203 |
62 TOPMARGIN, 7 | 62 TOPMARGIN, 7 |
63 BOTTOMMARGIN, 52 | 63 BOTTOMMARGIN, 52 |
64 END | 64 END |
65 END | 65 END |
66 #endif // APSTUDIO_INVOKED | 66 #endif // APSTUDIO_INVOKED |
67 | 67 |
68 #endif // English (U.S.) resources | 68 #endif // English (U.S.) resources |
69 ///////////////////////////////////////////////////////////////////////////// | 69 ///////////////////////////////////////////////////////////////////////////// |
OLD | NEW |