You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
426 B

// amlegit_dll.cpp : Defines the exported functions for the DLL.
//
#include "pch.h"
#include "framework.h"
#include "amlegit_dll.h"
// This is an example of an exported variable
AMLEGITDLL_API int namlegitdll=0;
// This is an example of an exported function.
AMLEGITDLL_API int fnamlegitdll(void)
{
return 0;
}
// This is the constructor of a class that has been exported.
Camlegitdll::Camlegitdll()
{
return;
}