OSDN Git Service

b50f1303cabfa1d63d6d041db8071ba1e4c2454c
[tortoisegit/TortoiseGitJp.git] / ext / gitdlltest / gitdlltest.cpp
1 // gitdlltest.cpp : Defines the entry point for the console application.\r
2 //\r
3 \r
4 #include "stdafx.h"\r
5 #include "gitdll.h"\r
6 \r
7 int _tmain(int argc, _TCHAR* argv[])\r
8 {\r
9         unsigned char hash[20];\r
10         int ret;\r
11         ret=git_init();\r
12         ret=git_get_sha1("master",hash);\r
13         return ret;\r
14 }\r
15 \r