Ignore:
Timestamp:
Jun 23, 2001, 9:43:12 AM (24 years ago)
Author:
bird
Message:

Added Internal API for getting build number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/misc.cpp

    r5974 r6078  
    1 /* $Id: misc.cpp,v 1.38 2001-06-12 17:03:33 sandervl Exp $ */
     1/* $Id: misc.cpp,v 1.39 2001-06-23 07:38:51 bird Exp $ */
    22
    33/*
     
    1212
    1313
    14 /*****************************************************************************
    15  * Includes                                                                  *
    16  *****************************************************************************/
     14/*******************************************************************************
     15*   Internal Functions                                                         *
     16*******************************************************************************/
    1717
    1818#define INCL_BASE
     
    3333#include <wprocess.h>
    3434#include <versionos2.h>
     35#include "odinbuild.h"
     36
    3537
    3638/*****************************************************************************
     
    360362      fprintf(flog, "\n");
    361363
    362     if(fFlushLines) 
     364    if(fFlushLines)
    363365      fflush(flog);
    364366  }
     
    685687  return iRC;
    686688}
     689
     690
     691/**
     692 * Query Odin32 build number.
     693 * @returns Build number.
     694 * @status  Completely implemented.
     695 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     696 */
     697int     WIN32API Odin32GetBuildNumber(void)
     698{
     699    return ODIN32_BUILD_NR;
     700}
     701
Note: See TracChangeset for help on using the changeset viewer.