- move com, dialog and winfct function into new place. - add testbench for com and winfct. - dialog now still not working.
17 lines
282 B
C++
17 lines
282 B
C++
#include <gtest/gtest.h>
|
|
#include <yycc.hpp>
|
|
#include <yycc/windows/dialog.hpp>
|
|
|
|
#define DIALOG ::yycc::windows::dialog
|
|
|
|
namespace yycctest::windows::dialog {
|
|
#if defined(YYCC_OS_WINDOWS) && defined(YYCC_STL_MSSTL)
|
|
|
|
|
|
// TEST(WindowsDialog, Normal) {
|
|
|
|
// }
|
|
|
|
#endif
|
|
}
|