Rev | Line | |
---|
[5] | 1 | //////////////////////////////////////////////////////////// |
---|
| 2 | // Copyright (C) Roman Ryltsov, 2008-2011 |
---|
| 3 | // Created by Roman Ryltsov roman@alax.info |
---|
| 4 | // |
---|
| 5 | // $Id: stdafx.h 5 2011-08-25 07:19:48Z roman $ |
---|
| 6 | |
---|
| 7 | #pragma once |
---|
| 8 | |
---|
| 9 | //////////////////////////////////////////////////////////// |
---|
| 10 | // Windows definitions |
---|
| 11 | |
---|
| 12 | #include "targetver.h" |
---|
| 13 | |
---|
| 14 | #include <stdio.h> |
---|
| 15 | #include <tchar.h> |
---|
| 16 | |
---|
| 17 | //////////////////////////////////////////////////////////// |
---|
| 18 | // Windows definitions |
---|
| 19 | |
---|
| 20 | #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS |
---|
| 21 | |
---|
| 22 | #include "roatltrace.h" // Replacement for <atltrace.h> |
---|
| 23 | #include <atlbase.h> |
---|
| 24 | #include <atlstr.h> |
---|
| 25 | #include <atlrx.h> |
---|
| 26 | #include <atlpath.h> |
---|
| 27 | #include <atlfile.h> |
---|
| 28 | |
---|
| 29 | using namespace ATL; |
---|
| 30 | |
---|
| 31 | //////////////////////////////////////////////////////////// |
---|
| 32 | // WTL |
---|
| 33 | |
---|
| 34 | //////////////////////////////////////////////////////////// |
---|
| 35 | // Alax.Info ATL/WTL |
---|
| 36 | |
---|
| 37 | #define REGISTRY_PRODUCTROOT _T("SOFTWARE\\Alax.Info\\Utilities") |
---|
| 38 | #define REGISTRY_FILEROOT REGISTRY_PRODUCTROOT |
---|
| 39 | #define REGISTRY_ROOT REGISTRY_FILEROOT |
---|
| 40 | |
---|
| 41 | #include "roatlbase.h" |
---|
| 42 | #include "roatlpersist.h" |
---|
| 43 | #include "roatlmisc.h" |
---|
| 44 | #include "roatlexceptionfilter.h" |
---|
| 45 | #include "rowtlapp.h" |
---|
| 46 | #include "rores.h" |
---|
| 47 | #include "rodialogs.h" |
---|
| 48 | |
---|
| 49 | |
---|
Note: See
TracBrowser
for help on using the repository browser.