Skip to content

Instantly share code, notes, and snippets.

@miahmie
miahmie / Main.cpp
Created February 14, 2016 09:59
Window.beginMove Plugin (for kirikiriZ)
#include <windows.h>
#include "tp_stub.h"
#define EXPORT(hr) extern "C" __declspec(dllexport) hr __stdcall
#ifdef _MSC_VER
#pragma comment(linker, "/EXPORT:V2Link=_V2Link@4")
#pragma comment(linker, "/EXPORT:V2Unlink=_V2Unlink@0")
#endif