Atrinik Client 2.5
Defines | Functions
updater/main.c File Reference
#include <stdio.h>
#include <windows.h>
#include <windowsx.h>
#include <mmsystem.h>
#include <direct.h>
#include <shellapi.h>

Go to the source code of this file.

Defines

#define HUGE_BUF   4096 * 12

Functions

int main (int argc, char *argv[])

Detailed Description

Handles the Windows client wrapper. Basically this updater is executed by shortcuts instead of atrinik.exe in order to handle extracting update patches.

Definition in file main.c.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

The main function.

Parameters:
argcNumber of arguments.
argv[]Arguments.
Returns:
0

Definition at line 41 of file main.c.