Mercurial > vba-clojure
view src/win32/LuaOpenDialog.h @ 6:458a4f18f3cd
working on lua generation
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:48:33 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 #if !defined(VBA_WIN32_LUAOPENDIALOG_H_INCLUDED)2 #define VBA_WIN32_LUAOPENDIALOG_H_INCLUDED4 #if _MSC_VER > 10005 #pragma once6 #endif // _MSC_VER > 10007 // -*- C++ -*-8 // LuaOpenDialog.h : header file9 //11 #include "stdafx.h"12 #include "resource.h"14 extern HWND LuaConsoleHWnd;16 void PrintToWindowConsole(int hDlgAsInt, const char* str);17 void WinLuaOnStart(int hDlgAsInt);18 void WinLuaOnStop(int hDlgAsInt);19 INT_PTR CALLBACK DlgLuaScriptDialog(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);21 #endif // !defined(VBA_WIN32_LUAOPENDIALOG_H_INCLUDED)