mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
9 lines
120 B
C++
9 lines
120 B
C++
#include <Windows.h>
|
|
#include <bcrypt.h>
|
|
#include <cstdio>
|
|
|
|
int main(int, char **)
|
|
{
|
|
printf("%p\n", &BCryptEncrypt);
|
|
}
|