diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-30 19:12:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-30 19:12:21 +0000 |
commit | 7e049d92bb13e8b6c67bc0c0c460c0c145545172 (patch) | |
tree | d5db0b8e0ed069ecbd98a4f94d3ea524d9a15f71 /protocols/Omegle/src/dialogs.cpp | |
parent | 3cc290e219e05ce8d6cde0aa050e281301f010aa (diff) |
unified project for Omegle protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@13309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/dialogs.cpp')
-rw-r--r-- | protocols/Omegle/src/dialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/dialogs.cpp b/protocols/Omegle/src/dialogs.cpp index 727bd6254a..c2f13d2995 100644 --- a/protocols/Omegle/src/dialogs.cpp +++ b/protocols/Omegle/src/dialogs.cpp @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "common.h"
+#include "stdafx.h"
static BOOL LoadDBCheckState(OmegleProto* ppro, HWND hwnd, int idCtrl, const char* szSetting, BYTE bDef = 0)
{
|