spiegel-keyman/developer/src/kmcmpdll/Edition.cpp

8 lines
82 B
C++

#include "pch.h"
#include "edition.h"
int GetEdition()
{
return ED_STANDARD;
}