Created
August 30, 2017 02:40
-
-
Save sailfish009/608af0afc063478211ee3d72b0eede34 to your computer and use it in GitHub Desktop.
WTL head include to make MainDlg.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// WTL cpp | |
//////////////////////////////////////////////////////////////////////////////////////// | |
#include <atlframe.h> | |
#include <atlsplit.h> | |
#include <atlctrls.h> | |
#include <atlctrlw.h> | |
#include <atlctrlx.h> | |
#include <atlddx.h> | |
#include "resource.h" | |
#include "AboutDlg.h" | |
//////////////////////////////////////////////////////////////////////////////////////// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment